projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5248836
)
[POWERPC][XEN] Include io.h so we can match the globals defined here.
author
Jimi Xenidis
<jimix@watson.ibm.com>
Thu, 7 Sep 2006 16:09:18 +0000
(12:09 -0400)
committer
Jimi Xenidis
<jimix@watson.ibm.com>
Thu, 7 Sep 2006 16:09:18 +0000
(12:09 -0400)
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/arch/powerpc/setup.c
patch
|
blob
|
history
diff --git
a/xen/arch/powerpc/setup.c
b/xen/arch/powerpc/setup.c
index 964e7e9eba08a468e507aebcb7f3aea81290396b..43c6878615135be181e46455717263793e95f862 100644
(file)
--- a/
xen/arch/powerpc/setup.c
+++ b/
xen/arch/powerpc/setup.c
@@
-43,6
+43,7
@@
#include <asm/debugger.h>
#include <asm/delay.h>
#include <asm/percpu.h>
+#include <asm/io.h>
#include "exceptions.h"
#include "of-devtree.h"
#include "oftree.h"
@@
-79,7
+80,7
@@
cpumask_t cpu_present_map;
cpumask_t cpu_possible_map;
/* XXX get this from ISA node in device tree */
-
void
*vgabase;
+
char
*vgabase;
ulong isa_io_base;
struct ns16550_defaults ns16550;